home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue71 / ADONET / ADODotNetU1.dfm < prev    next >
Encoding:
Text File  |  2001-05-23  |  1.4 KB  |  70 lines

  1. object Form1: TForm1
  2.   Left = 191
  3.   Top = 140
  4.   Width = 757
  5.   Height = 475
  6.   Caption = 'ADO.NET Examples'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Button1: TButton
  17.     Left = 8
  18.     Top = 16
  19.     Width = 233
  20.     Height = 25
  21.     Caption = 'ADOConnection and ADOCommand'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Button2: TButton
  26.     Left = 8
  27.     Top = 56
  28.     Width = 233
  29.     Height = 25
  30.     Caption = 'Show Customers Using DataReader'
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34.   object ListBox1: TListBox
  35.     Left = 256
  36.     Top = 16
  37.     Width = 481
  38.     Height = 417
  39.     ItemHeight = 16
  40.     TabOrder = 2
  41.   end
  42.   object Button3: TButton
  43.     Left = 8
  44.     Top = 136
  45.     Width = 233
  46.     Height = 25
  47.     Caption = 'Create In Memory DataSet'
  48.     TabOrder = 3
  49.     OnClick = Button3Click
  50.   end
  51.   object Button4: TButton
  52.     Left = 8
  53.     Top = 176
  54.     Width = 233
  55.     Height = 25
  56.     Caption = 'Load DataSet From ABC.XML'
  57.     TabOrder = 4
  58.     OnClick = Button4Click
  59.   end
  60.   object Button5: TButton
  61.     Left = 8
  62.     Top = 96
  63.     Width = 233
  64.     Height = 25
  65.     Caption = 'Show Customers Using DataSet'
  66.     TabOrder = 5
  67.     OnClick = Button5Click
  68.   end
  69. end
  70.